home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / F71RX503.PPD < prev    next >
Text File  |  1990-10-12  |  12KB  |  369 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "RX7100PS" version 50.3
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011618 or 011986
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 8 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(RX7100PS)"
  20. *PSVersion: "(50.3) 1"
  21. *NickName: "Fujitsu RX7100PS"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "2529894"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "5"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   4 dict begin
  109.    /letter (Letter) def /legal (Legal) def
  110.    /a4 (A4) def /b5 (B5) def
  111.    papersize {
  112.      {load exec} stopped not{= flush}if
  113.    }{
  114.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  115.    }ifelse
  116.   end
  117.  end restore
  118. "
  119. *End
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *DefaultPageRegion: Letter
  123. *PageRegion Letter: "letter"
  124. *PageRegion Legal: "legal"
  125. *PageRegion A4: "a4"
  126. *PageRegion B5: "b5"
  127.  
  128. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  129. *% These errors should be trapped by software and a message displayed
  130. *DefaultPaperTray: None
  131. *PaperTray Letter: "statusdict begin lettertray end"
  132. *PaperTray Legal: "statusdict begin legaltray end"
  133. *PaperTray A4: "statusdict begin a4tray end"
  134. *PaperTray B5: "statusdict begin b5tray end"
  135. *?PaperTray: "
  136.  save statusdict begin
  137.   4 dict begin
  138.    /letter (Letter) def /legal (Legal) def
  139.    /a4 (A4) def /b5 (B5) def
  140.    papersize {
  141.      {load exec} stopped not{= flush}if
  142.    }{
  143.      {load exec} stopped not{print (.Transverse) = flush}if
  144.    }ifelse
  145.   end
  146.  end restore
  147. "
  148. *End
  149.  
  150. *% The following entries provide information about specific paper keywords.
  151. *DefaultImageableArea: Letter
  152. *ImageableArea Letter: "15 8 597 784 "
  153. *ImageableArea Legal: "15 8 597 1000 "
  154. *ImageableArea A4: "13 10 577 832 "
  155. *ImageableArea B5: "15 10 501 716 "
  156. *?ImageableArea: "
  157.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  158.   newpath clippath pathbbox
  159.   4 -2 roll exch 2 {ceiling cvp} repeat
  160.   exch 2 {floor cvp} repeat flush
  161.  restore
  162. "
  163. *End
  164.  
  165. *% These provide the physical dimensions of the paper (by keyword)
  166. *DefaultPaperDimension: Letter
  167. *PaperDimension Letter: "612 792"
  168. *PaperDimension Legal: "612 1008"
  169. *PaperDimension A4: "595 842"
  170. *PaperDimension B5: "516 729"
  171.  
  172. *DefaultOutputBin: OnlyOne
  173.  
  174. *DefaultInputSlot: Bin1
  175. *InputSlot Bin1: "statusdict begin 0 setpapertray end"
  176. *InputSlot Bin2: "statusdict begin 1 setpapertray end"
  177. *InputSlot Automatic: "statusdict begin 2 setpapertray end"
  178. *?InputSlot: "
  179.  save statusdict begin
  180.   3 dict begin
  181.    /0 (Bin1) def
  182.    /1 (Bin2) def
  183.    /2 (Automatic) def
  184.    papertray 
  185.      {( ) cvs cvn load exec} stopped not{= flush}if
  186.   end
  187.  end restore
  188. "
  189. *End
  190.  
  191. *DefaultManualFeed: False
  192. *?ManualFeed: "
  193.   statusdict /manualfeed get
  194.   {(True)}{(False)}ifelse = flush"
  195. *End
  196. *ManualFeed True: "statusdict begin /manualfeed true store end"
  197. *ManualFeed False: "statusdict begin /manualfeed false store end"
  198.  
  199. *DefaultOutputOrder: Reverse
  200.  
  201. *DefaultCollator: None
  202. *DefaultSorter: None
  203. *DefaultDuplex: None
  204.  
  205. *% Font Information =====================
  206.  
  207. *DefaultFont: Courier
  208. *Font AvantGarde-Book: Standard "(001.002)"
  209. *Font AvantGarde-BookOblique: Standard "(001.002)"
  210. *Font AvantGarde-Demi: Standard "(001.003)"
  211. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  212. *Font Bookman-Demi: Standard "(001.001)"
  213. *Font Bookman-DemiItalic: Standard "(001.001)"
  214. *Font Bookman-Light: Standard "(001.001)"
  215. *Font Bookman-LightItalic: Standard "(001.001)"
  216. *Font Courier: Standard "(001.004)"
  217. *Font Courier-Bold: Standard "(001.004)"
  218. *Font Courier-BoldOblique: Standard "(001.004)"
  219. *Font Courier-Oblique: Standard "(001.004)"
  220. *Font Helvetica: Standard "(001.002)"
  221. *Font Helvetica-Bold: Standard "(001.002)"
  222. *Font Helvetica-BoldOblique: Standard "(001.002)"
  223. *Font Helvetica-Narrow: Standard "(001.002)"
  224. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  225. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  226. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  227. *Font Helvetica-Oblique: Standard "(001.002)"
  228. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  229. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  230. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  231. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  232. *Font Palatino-Bold: Standard "(001.002)"
  233. *Font Palatino-BoldItalic: Standard "(001.002)"
  234. *Font Palatino-Italic: Standard "(001.002)"
  235. *Font Palatino-Roman: Standard "(001.001)"
  236. *Font Symbol: Special "(001.003)"
  237. *Font Times-Bold: Standard "(001.002)"
  238. *Font Times-BoldItalic: Standard "(001.004)"
  239. *Font Times-Italic: Standard "(001.002)"
  240. *Font Times-Roman: Standard "(001.002)"
  241. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  242. *Font ZapfDingbats: Special "(001.002)"
  243. *?FontQuery: "
  244. save  4 dict begin /sv exch def
  245. /str (fonts/                              ) def
  246. /st2 128 string def
  247. {
  248.   count 0 gt {
  249.     dup st2 cvs (/) print print (:) print
  250.     dup FontDirectory exch known {pop (Yes)}{
  251.      str exch st2 cvs dup length /len exch def
  252.      6 exch putinterval str 0 len 6 add getinterval mark exch
  253.      { } st2 filenameforall counttomark 0 gt {
  254.       cleartomark (Yes)}{cleartomark (No)}ifelse
  255.     }ifelse = flush
  256.   }{ exit } ifelse
  257. } bind loop
  258. (*) = flush
  259. sv end restore
  260. "
  261. *End
  262.  
  263. *?FontList: "
  264. save  2 dict begin /sv exch def
  265. /str 128 string def
  266. FontDirectory { pop == } bind forall flush
  267. /filenameforall where { 
  268.  pop save (fonts/*) { 
  269.   dup length 6 sub 6 exch getinterval cvn == 
  270.  } bind str filenameforall flush restore
  271. } if 
  272. (*) = flush
  273. sv end restore
  274. "
  275. *End
  276.  
  277. *% Printer Messages (verbatim from printer):
  278. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  279. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  280. *Message: "\FontName\ not found, using Courier"
  281.  
  282. *% Status (format: %%[ status: <one of these> ]%% )
  283. *Status: "idle"
  284. *Status: "busy"
  285. *Status: "waiting"
  286. *Status: "printing"
  287. *Status: "warming up"
  288. *Status: "PrinterError:  fuser failure"
  289. *Status: "PrinterError: prnt. mem. error"
  290. *Status: "PrinterError:   fan failure"
  291. *Status: "PrinterError:  motor failure"
  292. *Status: "PrinterError:  bin 1 paper out"
  293. *Status: "PrinterError:  bin 2 paper out"
  294. *Status: "PrinterError:   check bin 1"
  295. *Status: "PrinterError:   check bin 2"
  296. *Status: "PrinterError:   cver open"
  297. *Status: "PrinterError:    paper jam"
  298. *Status: "PrinterError:  insert letter"
  299. *Status: "PrinterError:   insert legal"
  300. *Status: "PrinterError:    insert a4"
  301. *Status: "PrinterError:    insert b5"
  302. *Status: "PrinterError:    warming up"
  303.  
  304. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  305. *Source: "serial9"
  306. *Source: "serial25"
  307. *Source: "AppleTalk"
  308. *Source: "Centronics"
  309.  
  310. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  311. *PrinterError: " fuser failure"
  312. *PrinterError: "prnt. mem. error"
  313. *PrinterError: "  fan failure"
  314. *PrinterError: " motor failure"
  315. *PrinterError: " bin 1 paper out"
  316. *PrinterError: " bin 2 paper out"
  317. *PrinterError: "  check bin 1"
  318. *PrinterError: "  check bin 2"
  319. *PrinterError: "  cover open"
  320. *PrinterError: "   paper jam"
  321. *PrinterError: " insert letter"
  322. *PrinterError: "  insert legal"
  323. *PrinterError: "   insert a4"
  324. *PrinterError: "   insert b5"
  325. *PrinterError: "   warming up"
  326.  
  327. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  328.  
  329. *% Color Separation Information =====================
  330.  
  331. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  332.  
  333. *InkName: ProcessBlack/Process Black
  334. *InkName: CustomColor/Custom Color
  335. *InkName: ProcessCyan/Process Cyan
  336. *InkName: ProcessMagenta/Process Magenta
  337. *InkName: ProcessYellow/Process Yellow
  338.  
  339. *%  For 60 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  342. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  343. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  344. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  345. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  351. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352.  
  353. *%  For 53 lpi / 300 dpi  ===============================
  354.  
  355. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  356. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  357. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  358. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  359. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  360.  
  361. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  362. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  363. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  364. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  365. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  366.  
  367.  
  368. *% end of PPD file for RX7100PS
  369.